onBeforeClientSideDataCacheRead

Arguments

eObject

An object with the following properties:

itemstring

The Client-side data cache item being loaded.

hasBeenFetchedboolean

false if the data has not been fetched from the server. true if the data has already been fetched from the server.

If hasBeenFetched is false, a callback to the server will be made to fetch the data. Otherwise, the data will be read from where it was stored.

locationstring

The location where the item is stored. For example, "Local Storage".

Description

Fires before an item in the Client-side data cache is read.

See Also